FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.7.16  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package hsg.asg-well#1.0.11 (78 ms)

Package hsg.asg-well
Type StructureDefinition
Id Id
FHIR Version R4B
Source https://simplifier.net/resolve?scope=hsg.asg-well@1.0.11&canonical=http://ihis.sg/StructureDefinition/Organization-put-asg-aac
Url http://ihis.sg/StructureDefinition/Organization-put-asg-aac
Version 1
Status active
Name profile-Organization-put-asg-aac
Experimental False
Type Organization
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
http://ihis.sg/extension/organization-period extension-Organization-organizationPeriod
http://ihis.sg/ValueSet/organization-type valueset-Organization-organizationType


Source

{
  "resourceType" : "StructureDefinition",
  "url" : "http://ihis.sg/StructureDefinition/Organization-put-asg-aac",
  "version" : "1",
  "name" : "profile-Organization-put-asg-aac",
  "status" : "active",
  "fhirVersion" : "4.3.0",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Organization",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Organization",
        "path" : "Organization",
        "short" : "n/a",
        "definition" : "Active Ageing Center",
        "constraint" : [
          {
            "key" : "active-organization-period-relationship",
            "severity" : "error",
            "human" : "Active should be false if LOA End Date exists",
            "expression" : "extension('http://ihis.sg/extension/organization-period').value.end.hasValue().not() or active=false"
          }
        ]
      },
      {
        "id" : "Organization.id",
        "path" : "Organization.id",
        "max" : "0"
      },
      {
        "id" : "Organization.implicitRules",
        "path" : "Organization.implicitRules",
        "max" : "0"
      },
      {
        "id" : "Organization.language",
        "path" : "Organization.language",
        "max" : "0"
      },
      {
        "id" : "Organization.text",
        "path" : "Organization.text",
        "max" : "0"
      },
      {
        "id" : "Organization.contained",
        "path" : "Organization.contained",
        "max" : "0"
      },
      {
        "id" : "Organization.extension",
        "path" : "Organization.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "description" : "organization-period",
          "rules" : "closed"
        },
        "short" : "n/a",
        "definition" : "n/a",
        "comment" : "n/a",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Organization.extension:organization-period",
        "path" : "Organization.extension",
        "sliceName" : "organization-period",
        "comment" : "n/a",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://ihis.sg/extension/organization-period"
            ]
          }
        ]
      },
      {
        "id" : "Organization.extension:organization-period.value[x]:valuePeriod",
        "path" : "Organization.extension.value[x]",
        "sliceName" : "valuePeriod"
      },
      {
        "id" : "Organization.extension:organization-period.value[x]:valuePeriod.extension",
        "path" : "Organization.extension.value[x].extension",
        "max" : "0"
      },
      {
        "id" : "Organization.modifierExtension",
        "path" : "Organization.modifierExtension",
        "max" : "0"
      },
      {
        "id" : "Organization.identifier",
        "path" : "Organization.identifier",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "system"
            }
          ],
          "description" : "AAC Center Id, UEN",
          "rules" : "closed"
        },
        "short" : "n/a",
        "definition" : "Identifier(s) for this AAC",
        "requirements" : "n/a",
        "min" : 2,
        "max" : "2"
      },
      {
        "id" : "Organization.identifier.extension",
        "path" : "Organization.identifier.extension",
        "max" : "0"
      },
      {
        "id" : "Organization.identifier:aac-center-id",
        "path" : "Organization.identifier",
        "sliceName" : "aac-center-id",
        "short" : "n/a",
        "definition" : "AAC Center Id",
        "requirements" : "n/a",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Organization.identifier:aac-center-id.id",
        "path" : "Organization.identifier.id",
        "max" : "0"
      },
      {
        "id" : "Organization.identifier:aac-center-id.extension",
        "path" : "Organization.identifier.extension",
        "max" : "0"
      },
      {
        "id" : "Organization.identifier:aac-center-id.use",
        "path" : "Organization.identifier.use",
        "max" : "0"
      },
      {
        "id" : "Organization.identifier:aac-center-id.type",
        "path" : "Organization.identifier.type",
        "max" : "0"
      },
      {
        "id" : "Organization.identifier:aac-center-id.system",
        "path" : "Organization.identifier.system",
        "short" : "n/a",
        "comment" : "Fixed value: \"http://ihis.sg/identifier/aac-center-id\"",
        "requirements" : "n/a",
        "min" : 1,
        "fixedUri" : "http://ihis.sg/identifier/aac-center-id"
      },
      {
        "id" : "Organization.identifier:aac-center-id.value",
        "path" : "Organization.identifier.value",
        "short" : "n/a",
        "definition" : "AAC Center Id",
        "comment" : "Sample Value: \"AACH22222\"",
        "min" : 1,
        "constraint" : [
          {
            "key" : "organization-aac-center-id-constraint",
            "severity" : "error",
            "human" : "AAC center id should not have leading or trailing whitespace",
            "expression" : "$this.matches('^(?!\\\\s)(.*?)(?<!\\\\s)$')"
          }
        ]
      },
      {
        "id" : "Organization.identifier:aac-center-id.period",
        "path" : "Organization.identifier.period",
        "max" : "0"
      },
      {
        "id" : "Organization.identifier:aac-center-id.assigner",
        "path" : "Organization.identifier.assigner",
        "max" : "0"
      },
      {
        "id" : "Organization.identifier:uen",
        "path" : "Organization.identifier",
        "sliceName" : "uen",
        "short" : "n/a",
        "definition" : "UEN of AAC",
        "requirements" : "n/a",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Organization.identifier:uen.id",
        "path" : "Organization.identifier.id",
        "max" : "0"
      },
      {
        "id" : "Organization.identifier:uen.extension",
        "path" : "Organization.identifier.extension",
        "max" : "0"
      },
      {
        "id" : "Organization.identifier:uen.use",
        "path" : "Organization.identifier.use",
        "max" : "0"
      },
      {
        "id" : "Organization.identifier:uen.type",
        "path" : "Organization.identifier.type",
        "max" : "0"
      },
      {
        "id" : "Organization.identifier:uen.system",
        "path" : "Organization.identifier.system",
        "short" : "n/a",
        "comment" : "Fixed Value: \"http://ihis.sg/identifier/uen\"",
        "requirements" : "n/a",
        "min" : 1,
        "fixedUri" : "http://ihis.sg/identifier/uen"
      },
      {
        "id" : "Organization.identifier:uen.value",
        "path" : "Organization.identifier.value",
        "short" : "n/a",
        "definition" : "UEN of AAC",
        "comment" : "Sample Value: \"202338576M\"",
        "min" : 1
      },
      {
        "id" : "Organization.identifier:uen.period",
        "path" : "Organization.identifier.period",
        "max" : "0"
      },
      {
        "id" : "Organization.identifier:uen.assigner",
        "path" : "Organization.identifier.assigner",
        "max" : "0"
      },
      {
        "id" : "Organization.active",
        "path" : "Organization.active",
        "short" : "n/a",
        "definition" : "Whether AAC is active",
        "comment" : "Possible Value: \"true\" | \"false\"",
        "requirements" : "n/a",
        "min" : 1,
        "meaningWhenMissing" : "n/a",
        "isModifierReason" : "n/a"
      },
      {
        "id" : "Organization.type",
        "path" : "Organization.type",
        "short" : "n/a",
        "definition" : "The type of service provided by AAC",
        "comment" : "n/a",
        "requirements" : "n/a",
        "min" : 1,
        "max" : "1",
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://ihis.sg/ValueSet/organization-type"
        }
      },
      {
        "id" : "Organization.type.id",
        "path" : "Organization.type.id",
        "max" : "0"
      },
      {
        "id" : "Organization.type.extension",
        "path" : "Organization.type.extension",
        "max" : "0"
      },
      {
        "id" : "Organization.type.coding",
        "path" : "Organization.type.coding",
        "short" : "n/a",
        "definition" : "Must be one of the values defined by 'organization-type' binding.",
        "comment" : "n/a",
        "requirements" : "n/a",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Organization.type.coding.id",
        "path" : "Organization.type.coding.id",
        "max" : "0"
      },
      {
        "id" : "Organization.type.coding.extension",
        "path" : "Organization.type.coding.extension",
        "max" : "0"
      },
      {
        "id" : "Organization.type.coding.system",
        "path" : "Organization.type.coding.system",
        "short" : "n/a",
        "definition" : "Establishes the namespace for the value - that is, a URL that describes a set values that are unique.",
        "comment" : "Fixed Value: \"http://ihis.sg/CodeSystem/organization-type\"",
        "requirements" : "n/a",
        "min" : 1,
        "fixedUri" : "http://ihis.sg/CodeSystem/organization-type"
      },
      {
        "id" : "Organization.type.coding.version",
        "path" : "Organization.type.coding.version",
        "max" : "0"
      },
      {
        "id" : "Organization.type.coding.code",
        "path" : "Organization.type.coding.code",
        "short" : "n/a",
        "definition" : "Terminology code",
        "comment" : "Possible Value: \"aac\" | \"aac-care\"",
        "requirements" : "n/a",
        "min" : 1,
        "constraint" : [
          {
            "key" : "organization-type-coding-code-constraint",
            "severity" : "error",
            "human" : "Organization type code can only be aac or aac-care",
            "expression" : "$this.matches('^(aac|aac-care)$')"
          }
        ]
      },
      {
        "id" : "Organization.type.coding.display",
        "path" : "Organization.type.coding.display",
        "short" : "n/a",
        "comment" : "Possible Value: \"AAC\" | \"AAC (Care)\"",
        "requirements" : "n/a"
      },
      {
        "id" : "Organization.type.coding.userSelected",
        "path" : "Organization.type.coding.userSelected",
        "max" : "0"
      },
      {
        "id" : "Organization.type.text",
        "path" : "Organization.type.text",
        "max" : "0"
      },
      {
        "id" : "Organization.name",
        "path" : "Organization.name",
        "short" : "n/a",
        "definition" : "Name of AAC",
        "comment" : "Sample Value: \"Active Ageing Centre (Care) @ Teck Whye Vista\"",
        "requirements" : "n/a",
        "min" : 1
      },
      {
        "id" : "Organization.alias",
        "path" : "Organization.alias",
        "max" : "0"
      },
      {
        "id" : "Organization.telecom",
        "path" : "Organization.telecom",
        "max" : "0"
      },
      {
        "id" : "Organization.address",
        "path" : "Organization.address",
        "max" : "0"
      },
      {
        "id" : "Organization.partOf",
        "path" : "Organization.partOf",
        "max" : "0"
      },
      {
        "id" : "Organization.contact",
        "path" : "Organization.contact",
        "max" : "0"
      },
      {
        "id" : "Organization.endpoint",
        "path" : "Organization.endpoint",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.